home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the timer < 560 then
- if the loaded of member "earth" = 0 then
- preloadMember("earth")
- end if
- if the loaded of member "new god" = 0 then
- preloadMember("new god")
- end if
- if the loaded of member "qmark god" = 0 then
- preloadMember("qmark god")
- end if
- go(the frame)
- else
- go(the frame + 1)
- end if
- end
-
- on mouseUp
- sound stop 1
- set the visible of sprite 20 to 1
- set the visible of sprite 21 to 1
- set the visible of sprite 22 to 1
- go(20)
- end
-